home *** CD-ROM | disk | FTP | other *** search
/ Netscape Plug-Ins Developer's Kit / Netscape_Plug-Ins_Developers_Kit.iso / CGIPERL / MACPERL / MSRCE418.HQX / Perl Source ƒ / MacPerl / MPAEVTStream.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-10-17  |  534 b   |  22 lines

  1. /*********************************************************************
  2. Project    :    MacPerl            -    Standalone Perl
  3. File        :    MPAEVTStream.h    -    I/O streams through AppleEvents
  4. Author    :    Matthias Neeracher
  5. Language    :    MPW C/C++
  6.  
  7. $Log: MPConsole.h,v $
  8. *********************************************************************/
  9.  
  10. #ifdef __cplusplus
  11. extern "C" {
  12. #endif
  13.  
  14. #include <AppleEvents.h>
  15.  
  16. pascal OSErr Relay(const AppleEvent * inData, AppleEvent * outData, long refCon);
  17. pascal void  FlushAEVTs(AppleEvent * outData);
  18.  
  19. #ifdef __cplusplus
  20. }
  21. #endif
  22.